mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-02-16 18:45:13 +00:00
display a custom and clean about dialog with the infrastructure based on meson to genetate the config.rs
3 lines
119 B
Rust
3 lines
119 B
Rust
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
pub static APP_ID: &str = @APP_ID@;
|
|
pub static VERSION: &str = @VERSION@;
|