Skip to content

Use egui::Popup for the root context menu #35

Use egui::Popup for the root context menu

Use egui::Popup for the root context menu #35

Workflow file for this run

name: Windows
on:
push:
branches: [ "main" ]
tags:
- v*
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test --verbose
- name: Do a release build
run: cargo build --release --verbose
- uses: actions/upload-artifact@v4
with:
name: hexerator-win64-build
path: target/release/hexerator.exe