diff --git a/Cargo.toml b/Cargo.toml index 7cbd350..d550bb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pixels" description = "A tiny library providing a GPU-powered pixel frame buffer." -version = "0.3.0" +version = "0.4.0" authors = ["Jay Oster "] edition = "2018" repository = "https://github.com/parasyte/pixels" diff --git a/examples/egui-winit/Cargo.toml b/examples/egui-winit/Cargo.toml index b73a809..11f96fa 100644 --- a/examples/egui-winit/Cargo.toml +++ b/examples/egui-winit/Cargo.toml @@ -23,5 +23,5 @@ rev = "63a002c6a9b6c016e45806dd065864431caab621" [dependencies.egui_winit_platform] git = "https://github.com/hasenbanck/egui_winit_platform.git" -rev = "89c9c36ae835c9a28e2af3439f1cc41f18a66c0c" +rev = "f9a0814a395a5cc1cc997081f33ee09503a4a307" features = ["webbrowser"] diff --git a/examples/raqote-winit/Cargo.toml b/examples/raqote-winit/Cargo.toml index 14b77a3..2a90970 100644 --- a/examples/raqote-winit/Cargo.toml +++ b/examples/raqote-winit/Cargo.toml @@ -14,6 +14,10 @@ env_logger = "0.8" euclid = "0.22" log = "0.4" pixels = { path = "../.." } -raqote = { git = "https://github.com/jrmuizel/raqote.git", rev = "74f0afa2be54561c1a9928e885ab95e8a4c5322d", default-features = false } winit = "0.25" winit_input_helper = "0.10" + +[dependencies.raqote] +git = "https://github.com/jrmuizel/raqote.git" +rev = "dea376474966fe91f0fa3c5115171e0df86bac22" +default-features = false