mesa/subprojects/packagefiles/unicode-ident-1-rs/meson.build

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

15 lines
299 B
Meson
Raw Normal View History

project(
'unicode-ident',
'rust',
version : '1.0.12',
license : '(MIT or Apache-2.0) AND Unicode-DFS-2016)',
)
lib = static_library(
'unicode_ident',
'src/lib.rs',
override_options : ['rust_std=2018', 'build.rust_std=2018', 'warning_level=0'],
rust_abi : 'rust',
native : true,
)