euv-example 0.5.24

An example application demonstrating the euv UI framework with reactive signals, custom components, and WebAssembly.
Documentation
1
2
3
4
5
6
7
8
/// The name of the euv package.
pub(crate) const EUV_PACKAGE_NAME: &str = env!("EUV_PACKAGE_NAME");

/// The current version of the euv package.
pub(crate) const EUV_VERSION: &str = env!("EUV_VERSION");

/// The build timestamp of the euv package, formatted with microsecond precision.
pub(crate) const EUV_BUILD_TIME: &str = env!("EUV_BUILD_TIME");