non port: x11/eww/distinfo |
SVNWeb
|
Number of commits found: 3 |
Mon, 11 Sep 2023
|
[ 06:49 Mikael Urankar (mikael) ] 185d84b
x11/eww: Fix build with rust 1.72.0
Approved by: portmgr (build fix blanket)
|
Sun, 11 Jun 2023
|
[ 13:22 Jan Beich (jbeich) ] 41c988b
x11/eww: unbreak build after 6b9789547d5e
error[E0557]: feature has been removed
--> crates/simplexpr/src/lib.rs:3:12
|
3 | #![feature(box_syntax)]
| ^^^^^^^^^^ feature has been removed
|
= note: replaced with `#[rustc_box]`
error: `box_syntax` has been removed
--> crates/simplexpr/src/eval.rs:72:58
|
72 | BinOp(span, box a, op, box b) => BinOp(span, box
a.try_map_var_refs(f)?, op, box b.try_map_var_refs(f)?),
|
^^^^^^^^^^^^^^^^^^^^^^^^^^ (Only the first 15 lines of the commit message are shown above )
|
Mon, 26 Sep 2022
|
[ 02:51 Jan Beich (jbeich) Author: Jesús Daniel Colmenares Oviedo ] 34cd5e3
x11/eww: New port: ElKowars wacky widgets
Elkowars Wacky Widgets is a standalone widget system made in Rust
that allows you to implement your own, custom widgets in any window
manager.
WWW: https://elkowar.github.io/eww
PR: 266564
|
Number of commits found: 3 |