1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-17 06:41:03 +02:00

refactor: update mlua crate

This commit is contained in:
Jake Stanger 2025-04-04 20:32:58 +01:00
parent 28a0e0fb99
commit fc249497aa
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 51 additions and 7 deletions

View file

@ -144,7 +144,7 @@ reqwest = { version = "0.12.15", default-features = false, features = ["default-
# cairo
lua-src = { version = "547.0.0", optional = true }
mlua = { version = "0.9.9", optional = true, features = ["luajit"] }
mlua = { version = "0.10.3", optional = true, features = ["luajit", "send"] }
cairo-rs = { version = "0.18.5", optional = true, features = ["png"] }
# clock