A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -11,7 +11,7 @@ implicit-fn = "0.1.0" ropey = "1.6.1" softbuffer = "0.4.6" swash = "0.2.5" -winit = "0.30.12" +winit = "0.31.0-beta.2" tree-sitter = "0.25.0" car = "0.1.2" @@ -68,7 +68,7 @@ vecto = "0.1.1" rangemap = { version = "1.7.1", features = ["const_fn", "nightly", "serde1"] } itern = "0.1.1" kitty-rc = { version = "0.4.2", git = "https://github.com/bend-n/kitty-rc-rs" } - +smol_str = "0.3.6" [profile.dev.package] rust-analyzer.opt-level = 3 fimg.opt-level = 3 @@ -88,3 +88,7 @@ debug-assertions = true [profile.dev] incremental = false + +[patch.crates-io] +smol_str = { git = "https://git.bendn.org/rust-analyzer" } +# winit = { git = "https://github.com/rust-windowing/winit" } |