mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 15:38:11 +08:00
Desktop: Remove winit fork, fix nix package, and improve rendering (#3307)
* reduce triangle count * switch to winit repo after changes where upstreamed * fix nix pkg
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ web-sys = { version = "=0.3.77", features = [
|
||||
"HtmlImageElement",
|
||||
"ImageBitmapRenderingContext",
|
||||
] }
|
||||
winit = { git = "https://github.com/timon-schelling/winit.git", rev = "37221c7192ef1deec022a2278e54429331c01bad" }
|
||||
winit = { git = "https://github.com/rust-windowing/winit.git" }
|
||||
url = "2.5"
|
||||
tokio = { version = "1.29", features = ["fs", "macros", "io-std", "rt"] }
|
||||
vello = { git = "https://github.com/linebender/vello.git", rev = "87cc5bee6d3a34d15017dbbb58634ddc7f33ff9b" } # TODO switch back to stable when a release is made
|
||||
|
||||
Reference in New Issue
Block a user