From 08d1b08ea61af4d08af1b95922b3d03a74135125 Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Sat, 14 Sep 2024 10:59:54 -0700 Subject: [PATCH] Switching to Kludgine v0.11.0 --- Cargo.lock | 5 +++-- Cargo.toml | 4 +--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 840a413df..fe2f223c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1311,8 +1311,9 @@ checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc" [[package]] name = "kludgine" -version = "0.10.0" -source = "git+https://github.com/khonsulabs/kludgine#aa0d2fe77a92a034f7481a239e4f223a651a8c2a" +version = "0.11.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "32ee58ce44762ccebb879d0df90c736336f6230e633702c7a24643dff1fca25c" dependencies = [ "ahash", "alot", diff --git a/Cargo.toml b/Cargo.toml index c7849e9aa..7d5480d01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,7 @@ tokio-multi-thread = ["tokio", "tokio/rt-multi-thread"] serde = ["dep:serde", "figures/serde"] [dependencies] -kludgine = { git = "https://github.com/khonsulabs/kludgine", features = [ - "app", -] } +kludgine = { version = "0.11.0", features = ["app"] } figures = { version = "0.4.0" } alot = "0.3" interner = "0.2.1"