mlua/build/find_dummy.rs

6 lines
78 B
Rust
Raw Normal View History

use std::path::PathBuf;
pub fn probe_lua() -> PathBuf {
unreachable!()
}