mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-15 21:31:03 +00:00
3 lines
135 B
Rust
3 lines
135 B
Rust
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
pub static APP_ID: &str = @APP_ID@;
|
|
pub static VERSION: &str = env!("CARGO_PKG_VERSION");
|