mirror of
https://github.com/tauri-apps/javascriptcore-rs.git
synced 2026-01-31 00:35:17 +01:00
12 lines
205 B
TOML
12 lines
205 B
TOML
[options]
|
|
library = "JavaScriptCore"
|
|
version = "4.0"
|
|
target_path = "."
|
|
min_cfg_version = "2.24"
|
|
work_mode = "sys"
|
|
girs_directories = [ "../gir-files/" ]
|
|
|
|
external_libraries = [
|
|
"GLib",
|
|
"GObject",
|
|
] |