Replace references to the .60 files that are now renamed with .slint

This commit is contained in:
Olivier Goffart 2022-02-02 09:38:28 +01:00
parent 0c0a783095
commit d706d63ce1
65 changed files with 113 additions and 113 deletions

View file

@ -11,7 +11,7 @@ use wasm_bindgen::prelude::*;
mod wasm_backend;
sixtyfps::sixtyfps! {
import { MainWindow } from "plotter.60";
import { MainWindow } from "plotter.slint";
}
fn pdf(x: f64, y: f64) -> f64 {