mesa/subprojects/packagefiles/ucd-trie-0.1-rs/meson.build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
318 B
Meson
Raw Normal View History

project(
'ucd_trie',
'rust',
version : '0.1.6',
license : '(MIT or Apache-2.0) AND Unicode-DFS-2016)',
meson_version : '>= 1.7.0',
)
lib = static_library(
'ucd_trie',
'src/lib.rs',
override_options : ['rust_std=2021', 'build.rust_std=2021', 'warning_level=0'],
rust_abi : 'rust',
native : true,
)