From f73452c880baef4d79cddb29b49eca8d0f375e5e Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 27 Dec 2023 19:04:41 -0800 Subject: [PATCH] Updating Kludgine --- Cargo.lock | 10 ++++++---- Cargo.toml | 8 ++++---- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f171546..4c56858 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,8 +105,9 @@ dependencies = [ [[package]] name = "appit" -version = "0.1.1" -source = "git+https://github.com/khonsulabs/appit#1ff4b7b2a6f93e2c719787c76e585e6c2ecf290c" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "19f4127675fb55fa12ce1f3eaaf24826db1a00a4b5f108c0698bafbefab32c9b" dependencies = [ "winit", ] @@ -1177,8 +1178,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kludgine" -version = "0.6.1" -source = "git+https://github.com/khonsulabs/kludgine#daf7a2df751c2e77ac226d3ddf5a408b85172cc9" +version = "0.7.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "33370975064272061b94d15ef0eb94ab1379c8da6eb585ce03fe5ac13494aab6" dependencies = [ "ahash", "alot", diff --git a/Cargo.toml b/Cargo.toml index 67d0cbb..5350a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,10 +18,10 @@ tracing-output = ["dep:tracing-subscriber"] roboto-flex = [] [dependencies] -# kludgine = { version = "0.6.1", features = ["app"] } -kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [ - "app", -] } +kludgine = { version = "0.7.0", features = ["app"] } +# kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [ +# "app", +# ] } alot = "0.3" interner = "0.2.1" kempt = "0.2.1"