diff --git a/Cargo.lock b/Cargo.lock index 5b94629..390e583 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -748,8 +748,9 @@ dependencies = [ [[package]] name = "colcon" -version = "0.9.0" -source = "git+https://github.com/Beinsezii/colcon.git#5099477ca62fec1d7a994fb87567be0339a15187" +version = "0.10.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "85871825e9b0ab7db9adf2afbaf32f7dce2f654cb5f345e396c0ced9f2835379" [[package]] name = "collurgy" diff --git a/Cargo.toml b/Cargo.toml index 56ab27e..e08d8b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -# colcon = "0.9" -colcon = { git = "https://github.com/Beinsezii/colcon.git"} +colcon = "0.10" +# colcon = { git = "https://github.com/Beinsezii/colcon.git"} # disable wayland eframe = {version = "0.27", default_features=false, features=["accesskit", "default_fonts", "x11", "wgpu"]} rfd = "0.14"