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