diff --git a/Cargo.lock b/Cargo.lock index 41133c1..265fdea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1295,8 +1295,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kludgine" -version = "0.8.0" -source = "git+https://github.com/khonsulabs/kludgine#a0e34054a060ffe1f5b2b8062c2aad566f8e1e2d" +version = "0.9.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3dac414f26b39a8b25572244a3cbb4a4a566c86ab9a0d878b88a2e46d657d59c" dependencies = [ "ahash", "alot", diff --git a/Cargo.toml b/Cargo.toml index 07e2613..7a8c66e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,7 @@ tokio = ["dep:tokio"] tokio-multi-thread = ["tokio", "tokio/rt-multi-thread"] [dependencies] -kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [ - "app", -] } +kludgine = { version = "0.9.0", features = ["app"] } figures = { version = "0.4.0" } alot = "0.3" interner = "0.2.1"