|
2 | 2 | -- each member selected by a feature. |
3 | 3 | -- |
4 | 4 | -- [dependencies.mcpp] |
5 | | --- plugins = { version = "0.11.0", features = ["rules-spirv"], host-module = true } |
| 5 | +-- plugins = { version = "0.11.1", features = ["rules-spirv"], host-module = true } |
6 | 6 | -- |
7 | 7 | -- // build.mcpp |
8 | 8 | -- import mcpp; |
9 | 9 | -- import mcpp.rules.spirv; |
10 | 10 | -- |
| 11 | +-- 0.11.1 (same mcpp floor): `dist-apk` strips each native library with the |
| 12 | +-- build's own `llvm-strip --strip-unneeded` (`options::keep_debug_symbols` |
| 13 | +-- keeps them as staged) and, when the manifest states |
| 14 | +-- `android:extractNativeLibs="false"`, stores them uncompressed on a 16 KB |
| 15 | +-- page, as the Android Gradle plugin packages them. `dist-appimage` takes an |
| 16 | +-- SVG icon as well as a PNG. mcpp-community/mcpp-plugins#27. |
| 17 | +-- |
11 | 18 | -- 0.11.0 (same mcpp floor): `dist-apk` compiles Kotlin beside Java |
12 | 19 | -- (`options::kotlin_sources`; `xim:kotlin` comes with the `dist-apk-kotlin` |
13 | 20 | -- feature), links the R classes a project's code reads, and takes Android |
@@ -508,6 +515,13 @@ package = { |
508 | 515 |
|
509 | 516 | xpm = { |
510 | 517 | linux = { |
| 518 | + ["0.11.1"] = { |
| 519 | + url = { |
| 520 | + GLOBAL = "https://github.com/mcpp-community/mcpp-plugins/archive/refs/tags/v0.11.1.tar.gz", |
| 521 | + CN = "https://gitcode.com/mcpp-res/mcpp-plugins/releases/download/0.11.1/mcpp-plugins-0.11.1.tar.gz", |
| 522 | + }, |
| 523 | + sha256 = "8b6f009d747b90789e4d50adfcd45df64962d880c3f96387a1637c04c9239b67", |
| 524 | + }, |
511 | 525 | ["0.11.0"] = { |
512 | 526 | url = { |
513 | 527 | GLOBAL = "https://github.com/mcpp-community/mcpp-plugins/archive/refs/tags/v0.11.0.tar.gz", |
@@ -683,9 +697,16 @@ package = { |
683 | 697 | }, |
684 | 698 | sha256 = "adf1f9d6691a5d05a8a4a94e83c733ea39caee1510ce2c9af4cb23bebabea9f5", |
685 | 699 | }, |
686 | | - ["latest"] = { ref = "0.11.0" }, |
| 700 | + ["latest"] = { ref = "0.11.1" }, |
687 | 701 | }, |
688 | 702 | macosx = { |
| 703 | + ["0.11.1"] = { |
| 704 | + url = { |
| 705 | + GLOBAL = "https://github.com/mcpp-community/mcpp-plugins/archive/refs/tags/v0.11.1.tar.gz", |
| 706 | + CN = "https://gitcode.com/mcpp-res/mcpp-plugins/releases/download/0.11.1/mcpp-plugins-0.11.1.tar.gz", |
| 707 | + }, |
| 708 | + sha256 = "8b6f009d747b90789e4d50adfcd45df64962d880c3f96387a1637c04c9239b67", |
| 709 | + }, |
689 | 710 | ["0.11.0"] = { |
690 | 711 | url = { |
691 | 712 | GLOBAL = "https://github.com/mcpp-community/mcpp-plugins/archive/refs/tags/v0.11.0.tar.gz", |
@@ -861,9 +882,16 @@ package = { |
861 | 882 | }, |
862 | 883 | sha256 = "adf1f9d6691a5d05a8a4a94e83c733ea39caee1510ce2c9af4cb23bebabea9f5", |
863 | 884 | }, |
864 | | - ["latest"] = { ref = "0.11.0" }, |
| 885 | + ["latest"] = { ref = "0.11.1" }, |
865 | 886 | }, |
866 | 887 | windows = { |
| 888 | + ["0.11.1"] = { |
| 889 | + url = { |
| 890 | + GLOBAL = "https://github.com/mcpp-community/mcpp-plugins/archive/refs/tags/v0.11.1.tar.gz", |
| 891 | + CN = "https://gitcode.com/mcpp-res/mcpp-plugins/releases/download/0.11.1/mcpp-plugins-0.11.1.tar.gz", |
| 892 | + }, |
| 893 | + sha256 = "8b6f009d747b90789e4d50adfcd45df64962d880c3f96387a1637c04c9239b67", |
| 894 | + }, |
867 | 895 | ["0.11.0"] = { |
868 | 896 | url = { |
869 | 897 | GLOBAL = "https://github.com/mcpp-community/mcpp-plugins/archive/refs/tags/v0.11.0.tar.gz", |
@@ -1039,7 +1067,7 @@ package = { |
1039 | 1067 | }, |
1040 | 1068 | sha256 = "adf1f9d6691a5d05a8a4a94e83c733ea39caee1510ce2c9af4cb23bebabea9f5", |
1041 | 1069 | }, |
1042 | | - ["latest"] = { ref = "0.11.0" }, |
| 1070 | + ["latest"] = { ref = "0.11.1" }, |
1043 | 1071 | }, |
1044 | 1072 | }, |
1045 | 1073 |
|
|
0 commit comments