alcro 0.5.4

A library to create desktop apps using rust and modern web technologies
Documentation
button {
    background-color: #4CAF50; /* Green */
    border: 4px solid #4CAF50;
    color: white;
    padding: 14px 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    border-radius: 4px;
    transition-duration: 0.4s;
}
button:hover {
    background-color: white; /* Green */
    color: black;
}

#button-status {
    font-family: cursive;
}