mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 16:07:52 -05:00
f32aaa8b12
- create_geode_file now redirects to a new function called setup_geode_mod - setup_geode_mod auto-links loader - setup_geode_mod invokes CLI (if v1.4.0+) to automatically check your dependencies and install them + link their headers and libs to your project - fix Result::expect not working on non-copiable types - add in-memory functions for file::Zip and file::Unzip - ComparableVersionInfo now always returns false if major versions dont match
15 lines
347 B
JSON
15 lines
347 B
JSON
{
|
|
"geode": "1.0.0",
|
|
"version": "1.0.0",
|
|
"id": "geode.test",
|
|
"name": "Geode Test",
|
|
"developer": "Geode Team",
|
|
"description": "unit test for geode",
|
|
"dependencies": [
|
|
{
|
|
"id": "geode.testdep",
|
|
"version": ">=1.0.0",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|