diff --git a/Cargo.toml b/Cargo.toml index 503f90a..6c6c396 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ homepage = "https://github.com/notgull/winit-test" rust-version = "1.65.0" [dependencies] -owo-colors = "3.5.0" +owo-colors = "4.0.0" winit = { version = "0.29.2", default-features = false, features = ["android-native-activity"] } [features]