@@ -34,7 +34,7 @@ default=["skia-vulkan", "rug","fastnum", "vulkano-x11","x11", "wayland", "rayon"
3434# default=["tiny-skia","rug","fastnum", "wayland", "softbuffer", "softbuffer-wayland"]
3535egui =[" dep:egui" ," dep:eframe" ," rupl/egui" ]
3636skia =[" rupl/skia" ," rupl/winit" , " dep:winit" ]
37- tiny-skia =[" rupl/tiny-skia" ," rupl/winit" , " dep:winit" , " dep:tiny-skia " , " rupl/tiny-skia-png" , " rupl/tiny-skia-text" ]
37+ tiny-skia =[" rupl/tiny-skia" ," rupl/winit" , " dep:winit" , " rupl/tiny-skia-png" , " rupl/tiny-skia-text" ]
3838softbuffer = [" dep:softbuffer" ]
3939rayon =[" dep:rayon" , " rupl/rayon" , " kalc-lib?/rayon" ]
4040bincode =[" dep:bitcode" , " dep:serde" , " rupl/serde" , " dep:dirs" , " kalc-lib?/serde" ]
@@ -65,5 +65,4 @@ rupl={version = "0.1.2",path="../rupl",default-features = false}
6565kalc-lib ={version =" 1.5.1" ,default-features =false ,features = [" fastrand" ],path =" ../kalc-lib" ,optional = true }
6666wasm-bindgen = {version =" 0.2.100" ,optional = true }
6767# console_error_panic_hook = { version = "0.1.7", optional = true }
68- web-sys = { version = " 0.3.77" , features = [" CanvasRenderingContext2d" ], optional = true }
69- tiny-skia = {version = " 0.11.4" , default-features = false , optional = true }
68+ web-sys = { version = " 0.3.77" , features = [" CanvasRenderingContext2d" ], optional = true }
0 commit comments