mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
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)]
|
#[derive(RustEmbed)]
|
||||||
#[folder = "../../assets/"] // TODO: Should assets be part of the crate versus the project?
|
#[folder = "assets/"]
|
||||||
struct Assets;
|
struct Assets;
|
||||||
|
|
||||||
pub struct ToHTML;
|
pub struct ToHTML;
|
||||||
|
Loading…
Reference in New Issue
Block a user