diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -6,12 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -winit = { version = "0.27.4", default-features = false, features = ["x11"] } -x11-dl = "2.19.1" -raw-window-handle = "0.4.2" -# raw-gl-context = "0.1.2" -# gl = "0.14" - -geometry = { path = "/home/ben/Libraries/geometry" } -nosferatu = { path = "/home/ben/Libraries/nosferatu" } buffer = { path = "/home/ben/Libraries/buffer" } +geometry = { path = "/home/ben/Libraries/geometry" } + +softbuffer = "0.3.1" +winit = { version = "0.28.1", default-features = false, features = ["x11"] } |