🔊 Update 1.0.0

This commit is contained in:
Nanaloveyuki
2026-06-27 10:45:36 +08:00
parent 4cc43def73
commit 0cbe25a551
55 changed files with 5734 additions and 2360 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
///|
fn main {
if !@lib.native_files_supported() {
println("native file sink is not available on this backend; examples/presets stays portable, while file_rotation remains native-focused")
println(
"native file sink is not available on this backend; examples/presets stays portable, while file_rotation remains native-focused",
)
return
}