1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-22 04:37:46 +00:00
physis/build.rs

7 lines
175 B
Rust
Raw Normal View History

// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
fn main() {
system_deps::Config::new().probe().unwrap();
2022-10-25 13:02:06 -04:00
}