- updated wincompatlib to fix fonts installation issue
This commit is contained in:
Observer KRypt0n_ 2023-10-20 19:08:58 +02:00
parent 45b0c6cc9e
commit a8b3ca8387
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -1,6 +1,6 @@
[package]
name = "anime-launcher-sdk"
version = "1.11.2"
version = "1.11.3"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"
readme = "README.md"
@ -24,7 +24,7 @@ serde_json = { version = "1.0", optional = true }
cached = { version = "0.46", features = ["proc_macro"] }
enum-ordinalize = { version = "3.1", optional = true }
wincompatlib = { version = "0.7.3", features = ["all"], optional = true }
wincompatlib = { version = "0.7.4", features = ["all"], optional = true }
lazy_static = { version = "1.4.0", optional = true }
md-5 = { version = "0.10", features = ["asm"], optional = true }
discord-rich-presence = { version = "0.2.3", optional = true }