forked from extern/nushell
moved theme assets local to crate (#2329)
* moved theme assets local to crate * remove the TODO comment
This commit is contained in:
parent
2ad07912d9
commit
43e9c89125
@ -77,7 +77,7 @@ impl Default for HtmlTheme {
|
||||
}
|
||||
|
||||
#[derive(RustEmbed)]
|
||||
#[folder = "../../assets/"] // TODO: Should assets be part of the crate versus the project?
|
||||
#[folder = "assets/"]
|
||||
struct Assets;
|
||||
|
||||
pub struct ToHTML;
|
||||
|
Loading…
Reference in New Issue
Block a user