File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313dioxus = " 0.4.3"
1414dioxus-retrouter = { version = " 0.4.0" , features = [" web" ] }
1515
16- karaty-blueprint = { path = " ../blueprint " }
16+ karaty-blueprint = " 0.2.2 "
1717
1818serde = { version = " 1" , features = [" derive" ] }
1919toml = " 0.8"
Original file line number Diff line number Diff line change 11use std:: collections:: HashMap ;
22pub fn loader ( ) -> HashMap < String , karaty_blueprint:: Templates > {
33 let mut templates: HashMap < String , karaty_blueprint:: Templates > = HashMap :: new ( ) ;
4- templates. insert ( "karaty_docsite" . to_string ( ) , karaty_docsite:: export ( ) ) ;
54 templates. insert ( "karaty_template" . to_string ( ) , karaty_template:: export ( ) ) ;
5+ templates. insert ( "karaty_docsite" . to_string ( ) , karaty_docsite:: export ( ) ) ;
66 templates
77}
You can’t perform that action at this time.
0 commit comments