add rule copy button
This commit is contained in:
parent
e2869af4a7
commit
3d9fd8d311
2 changed files with 15 additions and 4 deletions
|
@ -18,7 +18,7 @@ pub struct Chunk {
|
|||
pub contents: Box<[[Cell; CHUNK_SIZE]; CHUNK_SIZE]>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Rule {
|
||||
#[serde(default)]
|
||||
pub name: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue