10 lines
203 B
Rust
10 lines
203 B
Rust
/*
|
|
* OrbTK - The Orbital Widget Toolkit
|
|
*
|
|
* Copyright 2021 Ralf Zerres <ralf.zerres@networkx.de>
|
|
* SPDX-License-Identifier: (0BSD or MIT)
|
|
*/
|
|
|
|
/// provides orbtk widgets constants
|
|
pub mod constants;
|