mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-20 03:37:47 +00:00
6 lines
175 B
Rust
6 lines
175 B
Rust
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
fn main() {
|
|
system_deps::Config::new().probe().unwrap();
|
|
}
|