xref: /aosp_15_r20/external/mesa3d/subprojects/packagefiles/unicode-ident/meson.build (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1project(
2  'unicode-ident',
3  'rust',
4  version : '1.0.6',
5  license : '(MIT or Apache-2.0) AND Unicode-DFS-2016)',
6)
7
8lib = static_library(
9  'unicode_ident',
10  'src/lib.rs',
11  override_options : ['rust_std=2018', 'build.rust_std=2018'],
12  rust_abi : 'rust',
13  native : true,
14)
15