Pre-alpha CI/CD release support

This commit is contained in:
2024-10-30 15:24:03 -06:00
parent b4777d7398
commit 379d6e0095
16 changed files with 642 additions and 25 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ pub struct InputBox<'a> {
}
impl<'a> InputBox<'a> {
pub fn new(content: &'a str) -> InputBox<'_> {
pub fn new(content: &'a str) -> InputBox<'a> {
InputBox {
content,
offset: 0,