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:
parent
28a0e0fb99
commit
fc249497aa
3 changed files with 51 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue